home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvmam11.arc / README.1ST < prev   
Text File  |  1990-11-24  |  2KB  |  46 lines

  1.  
  2.  
  3.  
  4.      Dynamic-Virtual Memory Allocation Manager (tm)
  5.      DVMAM (tm)
  6.      Version 1.10
  7.      October 8th, 1990
  8.  
  9.      File: README.1ST
  10.  
  11.      You should have received the following files with DVMAM:
  12.  
  13.         DVMAM.DOC    - Documentation file for DVMAM.
  14.         DVMAMSTC.LIB - Small model library for DVMAM, TURBO C version
  15.         DVMAM.H      - include file for DVMAM
  16.         DV_TEST.C    - a small test program that saves strings to different
  17.                        memory types.
  18.         DV_REG.TXT   - DVMAM registration form. This form is also located at the
  19.                        end of DVMAM.DOC
  20.         DV_BUG.TXT   - DVMAM bug report form.
  21.         DV_PRINT.BAT - a batch file to printout DVMAM.DOC
  22.         README.1ST   - this file.
  23.  
  24.           DVMAM is a memory allocation program that enables the user to access
  25.      up to 24.5 megabytes of memory. This memory may be expanded, extended or
  26.      conventional.
  27.  
  28.           Memory is allocated to specified memory types only if it is available.
  29.      So, even though EMS may be specified, a computer that does not have EMS
  30.      will not attempt to make use of it.
  31.  
  32.           DVMAM is able to allocate 8 megs of LIM EMS memory version 3.2 or
  33.      higher, 16 megs of extended memory on a 80286/386 system, or 500k +
  34.      conventional memory.
  35.  
  36.           A small batch file has been created to print out the manual. To use
  37.      this simply type:
  38.  
  39.           C>DV_PRINT (and press return)
  40.  
  41.           The file DVMAM.DOC will then print on your printer. Please read the
  42.      documentation before attempting to use DVMAM.
  43.  
  44.           Please see the file DVMAM.DOC for all the legalities such as
  45.      copyrights and trademarks.
  46.